Spread Windows Forms 12.0 Product Documentation
Remove Method (CollectionBase<T>)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > CollectionBase<T> Class : Remove Method
The T to remove from the collection.
Removes the specified T from the collection.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal value As T _
) 
'Usage
 
Dim instance As CollectionBase(Of T)
Dim value As T
 
instance.Remove(value)
public void Remove( 
   T value
)

Parameters

value
The T to remove from the collection.
Exceptions
ExceptionDescription
The specified object is not found in the collection.
See Also

Reference

CollectionBase<T> Class
CollectionBase<T> Members